:last-of-type 选择器匹配属于其父元素的特定类型的最后一个子元素的每个元素。 提示: 等同于 …
The :last-of-type CSS pseudo-class represents the last element of its type among a group of sibling elements. :last-of-type { …
我们想让最后一个段落变小,以充当内容的结论(例如编辑说明)。 而不是为它提供一个类,我们可 …
:last-of-type选择器匹配元素其父级是特定类型的最后一个子元素。 提示: 和:nth-last-of-type (1) …
:last-of-type 选择器匹配属于其父元素的特定类型的最后一个子元素的每个元素。 提示: 等同于 :nth-last-of-type (1)。 表格中的数字注明了完全支持 …
更多内容请点击:CSS3 :last-of-type 选择器 - w3school 在线教程